Uses of Class
de.cebis.moccapart.calendar.domain.CalendarEvent

Packages that use CalendarEvent
de.cebis.moccapart.calendar.application.extensions   
de.cebis.moccapart.calendar.domain   
de.cebis.moccapart.calendar.domain.composite   
de.cebis.moccapart.calendar.io.view.table   
 

Uses of CalendarEvent in de.cebis.moccapart.calendar.application.extensions
 

Methods in de.cebis.moccapart.calendar.application.extensions that return CalendarEvent
 CalendarEvent[] ICalendarEventCollectorExtension.collectCalendarEvents(ITaskContext tContext, CalendarComponentContainer cContainer)
           
 

Uses of CalendarEvent in de.cebis.moccapart.calendar.domain
 

Methods in de.cebis.moccapart.calendar.domain that return CalendarEvent
 CalendarEvent CalendarEvent.getCalendarEvent()
           
 

Methods in de.cebis.moccapart.calendar.domain with parameters of type CalendarEvent
 void CalendarEvent.copyAttributeValues(CalendarEvent event)
          Copies the attribute values from another CalendarEvent object.
 

Uses of CalendarEvent in de.cebis.moccapart.calendar.domain.composite
 

Methods in de.cebis.moccapart.calendar.domain.composite that return CalendarEvent
 CalendarEvent[] CalendarTimeUnit.getCalendarEvents()
          Liefert alle Kalendereinträge zurück, die im CalendarComponentContainer gespeichert sind.
 CalendarEvent[] CalendarTimeUnit.getCalendarEventsAllDay()
          Liefert alle ganztäglichen Kalendereinträge zurück, die im CalendarComponentContainer gespeichert sind.
 

Methods in de.cebis.moccapart.calendar.domain.composite with parameters of type CalendarEvent
 void CalendarTimeUnit.addCalendarEvent(CalendarEvent event)
          Adds a CalendarEvent object to the CalendarComponentContainer.
 void CalendarComponentContainer.addCalendarEvent(CalendarEvent event)
          Adds a CalendarEvent object to the CalendarComponentContainer.
 void CalendarComponentContainer.addCalendarEvents(CalendarEvent[] events)
          Adds a CalendarEvent object array to the CalendarComponentContainer.
 

Uses of CalendarEvent in de.cebis.moccapart.calendar.io.view.table
 

Methods in de.cebis.moccapart.calendar.io.view.table with parameters of type CalendarEvent
 ModelNode CalendarEventTableView.getCalendarEvent(CalendarEvent event)